home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / mac / SOFTWARE / MAC / BUILDING / TACO / TacoHTMLEdit.sit / Taco HTML Edit.app / Contents / Resources / Font.nib / classes.nib next >
Encoding:
Text File  |  2003-08-06  |  967 b   |  30 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 cancelInsertFontTag = id; 
  7.                 determineActiveControls = id; 
  8.                 insertFontTag = id; 
  9.                 setFontColor = id; 
  10.             }; 
  11.             CLASS = FontController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 colorButton = NSButton; 
  15.                 colorField = NSTextField; 
  16.                 colorWell = NSColorWell; 
  17.                 faceButton = NSButton; 
  18.                 faceField = NSTextField; 
  19.                 fixedSizeField = NSTextField; 
  20.                 fontPanel = NSPanel; 
  21.                 sizeButton = NSButton; 
  22.                 sizeMatrix = NSMatrix; 
  23.                 sizePopUpButton = NSPopUpButton; 
  24.                 sizeStepper = NSStepper; 
  25.             }; 
  26.             SUPERCLASS = NSWindowController; 
  27.         }
  28.     ); 
  29.     IBVersion = 1; 
  30. }